King's Court
Invented by: Sidney LeVasseur, 1997
Game hierarchy
• Game
• Generic Chess
• Generic x8
• Generic 12x8
• King's Court
Board
FEN: rjcnbqkbncjr/pppppppppppp/12/12/12/12/PPPPPPPPPPPP/RJCNBQKBNCJR w LAla - 0 1
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King | King | K | Generic Chess | royal; can castle |
Pawn | Pawn | P | Generic Chess | can promote; en passant; pawn structure evaluation |
Queen | Queen | Q | King's Court | trap king on back rank bonus |
Rook | Rook | R | King's Court | castling partner; open file bonus; trap king on back rank bonus |
Bishop | Bishop | B | King's Court | colorbinding evaluation; outpost bonus |
Knight | Knight | N | King's Court | outpost bonus |
Free Padwar | Jester | J | King's Court | colorbinding evaluation |
Amazon* | Chancellor | C | King's Court | |
* indicates the internal type has been modified
Game Variables
Name = "King's Court"
Invented = "1997"
InventedBy = "Sidney LeVasseur"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "rjcnbqkbncjr/pppppppppppp/12/12/12/12/PPPPPPPPPPPP/RJCNBQKBNCJR"
DeduplicateMoves = false
StaticExchangeEvaluation = false
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = ""
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King
Declared in Generic x8:
PawnDoubleMove = true
Declared in Generic 12x8:
Castling = Custom
Rules
MoveCompletionDefaultRule
BasicPromotionRule
EnPassantRule
CheckmateRule
Move50Rule
KingsFlightRule
FlexibleCastlingRule
RepetitionDrawRule
Evaluations
PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation
|